-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webOS/Tizen support #1967
Draft
endrl
wants to merge
2
commits into
jellyfin:master
Choose a base branch
from
endrl:lgwebos
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add webOS/Tizen support #1967
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloudflare Pages deployment
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closed
|
ferferga
force-pushed
the
master
branch
3 times, most recently
from
May 1, 2023 22:03
5e698fd
to
26d3ab7
Compare
ferferga
added
discussion needed
This PR or issue needs discussion before going further
blocked
Something depends on another issue or Pull Request
labels
May 4, 2023
ferferga
force-pushed
the
master
branch
2 times, most recently
from
August 16, 2023 19:17
bc856ac
to
7336bfd
Compare
ferferga
force-pushed
the
master
branch
2 times, most recently
from
December 31, 2023 18:39
f598745
to
00c2c75
Compare
ferferga
force-pushed
the
master
branch
5 times, most recently
from
April 15, 2024 21:50
45226c0
to
57b5e96
Compare
ferferga
force-pushed
the
master
branch
15 times, most recently
from
August 11, 2024 11:13
acb6ecf
to
5d6a7c8
Compare
ferferga
force-pushed
the
master
branch
2 times, most recently
from
September 6, 2024 13:57
c360429
to
f3260d9
Compare
ferferga
force-pushed
the
master
branch
9 times, most recently
from
October 3, 2024 23:53
fe041a3
to
3fbf550
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked
Something depends on another issue or Pull Request
discussion needed
This PR or issue needs discussion before going further
merge conflict
Something has merge conflicts
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support for LG WebOS 5 with Jellyfin WebOS App. A play around PR with my findings. This will likely never be merged but splitted up in junks
How to test this PR?
npm build-jellyfin-web
manifest.json
next to index.html (See content below)dist
Details
npm build-jellyfin-web
/
to/web/
to replace the jellyfin-web server interfaceBUILD_JELLYFIN_WEB
that can be used to skip/disable the server selection handlingmediaSession
Issues/Questions
Attention: Replacing your
jellyfin-web
webinterface withjellyfin-vue
results in a missing admin interface! Switch back if you need access to it.Key navigation (up/down/left/right,enter,back ...) is not implemented, so you need a magic remote
Some jellyfin clients depend on
/web/
files, they won't even connect to a server.jellyfin-webos
needs amanifest.json
. Needs PWA support (or a dummy file for testing)./web/
dir. I supposed they operate all on the api or as web wrappervite legacy plugin creates a wrapper around
import.meta
(chrome 64), native esm (chrome 61) and dynamic import (chrome 63). Which is not required, a simple babel dependency is already enoughjellyfin-webos
jellyfin-tizen
. I have no Tizen TV, feedback requiredimport.meta
polyfill)Rationals
/weblegacy/
dir to jellyfin server which is just used by jellyfin clients that run with older webviews.jellyfin-tizen
does that)Happy hacking!
manifest.json
dummy